os.File.copyFileRange (method)

2 uses

	os (current package)
		zero_copy_linux.go#L61: 	written, handled, err = f.copyFileRange(r)
		zero_copy_linux.go#L98: func (f *File) copyFileRange(r io.Reader) (written int64, handled bool, err error) {